ARM: m53evk: Enable CONFIG_REGEX
authorMarek Vasut <[email protected]>
Tue, 21 Jan 2014 21:00:11 +0000 (22:00 +0100)
committerStefano Babic <[email protected]>
Sun, 26 Jan 2014 14:24:43 +0000 (15:24 +0100)
Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions
on environment variables.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Stefano Babic <[email protected]>
include/configs/m53evk.h

index a5ab3810cbd78346555aaa458c6aa79ddd45fae5..bd67603b50a205dbe614bb7b316c41689b1a175e 100644 (file)
@@ -39,6 +39,8 @@
 #define CONFIG_CMD_USB
 #define CONFIG_VIDEO
 
+#define CONFIG_REGEX                   /* Enable regular expression support */
+
 /*
  * Memory configurations
  */